جلد سخت سیاه و سفید
Product details
- Publisher : Manning; 2nd edition (February 1, 2022)
- Language : English
- Paperback : 448 pages
- ISBN-10 : 1617299820
- ISBN-13 : 978-1617299827
کتاب Functional Programming in C#, Second Edition
Real world examples and practical techniques for functional programming in C# without the jargon and theory.
In Functional Programming in C#, Second Edition you will learn how to:
Use higher-order functions to reduce duplication and do more with less code
Use pure functions to write code that is easy to test and optimize
Write pleasant APIs that accurately describe your program's behavior
Use dedicated types to handle nullability, system errors, and validation rules predictably and elegantly
Write composable code without the overhead of an IoC container
Functional Programming in C# has helped thousands of developers apply functional thinking to C# code. Its practical examples and spot-on treatment of FP concepts makes it the perfect guide for proficient C# programmers. This second edition is fully revised to cover new functional-inspired features in the most recent releases of C#, including tuples, async streams, pattern matching, and records. Each chapter is packed with awesome perspectives and epiphany moments on how functional programming can change the way you code.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Turbocharge your C# code. Good functional techniques will improve concurrency, state management, event handling, and maintainability of your software. This book gives you practical answers to why, how, and where to add functional programing into your C# coding practice.
About the book
Functional Programming in C#, Second Edition teaches functional thinking for real-world problems. It reviews the C# language features that allow you to program functionally and through many practical examples shows the power of function composition, data-driven programming, and immutable data structures. All code examples work with .NET 6 and C# 10.
What's inside
Higher-order functions reduce duplication and do more with less code
Code based on pure functions is easy to test and optimize
Write pleasant APIs that accurately describe your program’s behavior
Write a Web API in a functional style
Monadic composition with LINQ
About the reader
For intermediate C# programmers.
About the author
Enrico Buonanno studied Computer Science at Columbia University and has over 15 years of experience as a developer, architect, and trainer.
Table of Contents
PART 1 GETTING STARTED
1 Introducing functional programming
2 Thinking in functions
3 Why function purity matters
PART 2 CORE TECHNIQUES
4 Designing function signatures and types
5 Modeling the possible absence of data
6 Patterns in functional programming
7 Designing programs with function composition
PART 3 FUNCTIONAL DESIGNS
8 Functional error handling
9 Structuring an application with functions
10 Working effectively with multi-argument functions
11 Representing state and change
12 A short introduction to functional data structures
13 Event sourcing: A functional approach to persistence
PART 4 ADVANCED TECHNIQUES
14 Lazy computations, continuations, and the beauty of monadic composition
15 Stateful programs and stateful computations
16 Working with asynchronous computations
17 Traversable and stacked monads
18 Data streams and the Reactive Extensions
19 An introduction to message-passing concurrency
منابع کتاب کتاب Functional Programming in C#, Second Edition
مثال های دنیای واقعی و تکنیک های کاربردی برای برنامه نویسی تابعی در سی شارپ بدون اصطلاحات و تئوری.
در برنامهنویسی تابعی در سی شارپ، ویرایش دوم، یاد میگیرید که چگونه:
از توابع درجه بالاتر برای کاهش تکرار و انجام کارهای بیشتر با کد کمتر
استفاده کنید از توابع خالص برای نوشتن کدهایی استفاده کنید که آزمایش و بهینهسازی آن آسان
باشد.
از انواع اختصاصی برای رسیدگی به قابلیت پوچپذیری، خطاهای سیستم و قوانین اعتبارسنجی بهصورت پیشبینیشده و زیبا استفاده
کنید
.به هزاران توسعه دهنده کمک کرده است تا تفکر عملکردی را در کدهای سی شارپ اعمال کنند. مثالهای عملی و برخورد مستقیم با مفاهیم FP آن را به راهنمای عالی برای برنامهنویسان ماهر C# تبدیل میکند. این نسخه دوم به طور کامل اصلاح شده است تا ویژگیهای الهامگرفته از عملکرد جدید را در جدیدترین نسخههای C#، از جمله تاپل، جریانهای همگام، تطبیق الگو، و رکوردها پوشش دهد. هر فصل مملو از چشماندازهای شگفتانگیز و لحظاتی است که برنامهنویسی کاربردی چگونه میتواند نحوه کدنویسی شما را تغییر دهد.
خرید کتاب چاپی شامل یک کتاب الکترونیکی رایگان در قالبهای PDF، Kindle و ePub از انتشارات منینگ است.
در مورد تکنولوژی
کد سی شارپ خود را توربو شارژ کنید. تکنیک های عملکردی خوب همزمانی، مدیریت حالت، مدیریت رویداد و قابلیت نگهداری نرم افزار شما را بهبود می بخشد. این کتاب به شما پاسخهای عملی میدهد که چرا، چگونه و کجا برنامهنویسی کاربردی را به برنامهنویسی C# خود اضافه کنید.
درباره کتاب
برنامه نویسی تابعی در سی شارپ، ویرایش دوم به آموزش تفکر عملکردی برای مسائل دنیای واقعی می پردازد. این ویژگیهای زبان C# را بررسی میکند که به شما امکان میدهد به صورت عملکردی برنامهنویسی کنید و از طریق مثالهای عملی، قدرت ترکیب تابع، برنامهنویسی مبتنی بر داده و ساختارهای داده تغییرناپذیر را نشان میدهد. همه نمونه های کد با دات نت 6 و سی شارپ 10 کار می کنند.
آنچه در داخل
توابع درجه بالاتر وجود دارد، تکرار را کاهش می دهد و با کد کمتر کارهای بیشتری انجام می دهد.
تست و بهینه سازی کد مبتنی بر توابع خالص آسان است.
API های دلپذیری بنویسید که رفتار برنامه شما را به دقت توصیف کند.
یک Web API به سبک عملکردی
ترکیب Monadic با LINQ بنویسید
درباره خواننده
برای برنامه نویسان C# متوسط.
درباره نویسنده
انریکو بوونانو در دانشگاه کلمبیا در رشته علوم کامپیوتر تحصیل کرده و بیش از 15 سال تجربه به عنوان توسعه دهنده، معمار و مربی دارد.
فهرست مطالب
بخش 1 شروع
به کار 1 معرفی برنامه نویسی عملکردی
2 تفکر در توابع
3 چرا خلوص تابع مهم است
قسمت 2 تکنیک های اصلی
4 طراحی امضاها و انواع تابع
5 مدل سازی عدم وجود داده ها
6 الگوها در برنامه نویسی تابعی
7 طراحی برنامه هایی با ترکیب تابع
قسمت 3 طراحی های
عملکردی 8 مدیریت خطاهای عملکردی
9 ساختار یک برنامه کاربردی با توابع
10 کارکرد موثر با توابع چند آرگومان
11 نمایش وضعیت و تغییر
12 مقدمه کوتاه ساختارهای داده عملکردی
13 منبع یابی رویداد: یک رویکرد کاربردی برای پایداری
بخش 4 تکنیک های پیشرفته
14 محاسبات تنبل، ادامه، و زیبایی ترکیب مونادیک
15 برنامه Stateful و محاسبات حالت
دار 16 کار با محاسبات ناهمزمان
17 پشته ای قابل عبور و پیمایش
18 جریان داده و پسوندهای واکنشی
19 مقدمه ای بر همزمانی ارسال پیام
ارسال نظر درباره کتاب Functional Programming in C#, Second Edition